services.firezone.server.provision.accounts.<name>.gatewayGroups

All gateway groups (sites) to provision. The attribute name will only be used to track the gateway group and does not have any significance for Firezone.

Type
attribute set of (submodule)
Default
{ }
Example
{
  my-gateways = {
    name = "My Gateways";
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/firezone/server.nix>